const runtime._StackLimit
3 uses
runtime (current package)
preempt.go#L324: if asyncPreemptStack > _StackLimit {
stack.go#L110: _StackLimit = _StackGuard - _StackSystem - _StackSmall
stack.go#L1204: if used := gp.stack.hi - gp.sched.sp + _StackLimit; used >= avail/4 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)